Skip to content

Commit

Permalink
storage - lints
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Dec 9, 2024
1 parent f3a17ba commit 8648866
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs-test-gen/templates/storage.tpl
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
#![allow(unexpected_cfgs, dead_code, unused_variables, unused_imports)]
#![allow(unexpected_cfgs, dead_code, unused_variables, unused_imports, new_without_default)]

#[allow(unused_imports)]
mod imports {
pub use cosmwasm_schema::cw_serde;
pub use cosmwasm_std::*;
}

#[allow(unused_imports)]
use imports::*;
use cosmwasm_schema::cw_serde;
use cosmwasm_std::*;

#[allow(dead_code, unused_variables)]
mod users {
use super::*;
Expand Down

0 comments on commit 8648866

Please sign in to comment.