Skip to content

Commit

Permalink
Fixing some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjjones committed Sep 27, 2022
1 parent 13e6f70 commit 7613d97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/while_loop.rs
Expand Up @@ -14,7 +14,6 @@ use tensorflow_sys as tf;
#[cfg(feature = "tensorflow_runtime_linking")]
use tensorflow_sys_runtime as tf;


// This exists purely to ensure TF_AbortWhile gets called properly, even on panic.
#[derive(Debug)]
struct CWhileParams {
Expand Down
2 changes: 1 addition & 1 deletion tensorflow-sys/src/lib.rs
Expand Up @@ -10,4 +10,4 @@ include!("c_api.rs");

pub use crate::TF_AttrType::*;
pub use crate::TF_Code::*;
pub use crate::TF_DataType::*;
pub use crate::TF_DataType::*;

0 comments on commit 7613d97

Please sign in to comment.