From 1ee54d617e4ee08fd1b30191b8981c8a32fa70bf Mon Sep 17 00:00:00 2001 From: kent-3 <100624004+kent-3@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:39:20 -0400 Subject: [PATCH] misc --- TNLS-Gateways/secret/rustfmt.toml | 3 +-- TNLS-Gateways/secret/src/lib.rs | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TNLS-Gateways/secret/rustfmt.toml b/TNLS-Gateways/secret/rustfmt.toml index 11a85e6..0132d87 100644 --- a/TNLS-Gateways/secret/rustfmt.toml +++ b/TNLS-Gateways/secret/rustfmt.toml @@ -1,5 +1,5 @@ # stable -newline_style = "unix" +newline_style = "Unix" hard_tabs = false tab_spaces = 4 @@ -12,4 +12,3 @@ tab_spaces = 4 #struct_field_align_threshold = 20 #struct_lit_single_line = true #report_todo = "Always" - diff --git a/TNLS-Gateways/secret/src/lib.rs b/TNLS-Gateways/secret/src/lib.rs index d4b6707..41a463f 100644 --- a/TNLS-Gateways/secret/src/lib.rs +++ b/TNLS-Gateways/secret/src/lib.rs @@ -2,14 +2,13 @@ //! //! ## Example Usage //! -//! ```rust,ignore //! // TBD -//! ``` //! //! ### Cargo Features //! //! * `contract`: enables init/handle/query exports (default) //! - use `default-features: false` to use this package as a dependency instead of a contract + pub mod contract; pub mod msg; pub mod state;