Skip to content

Commit

Permalink
refactor: split fs.rs file into multiple modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Oakchris1955 committed Sep 1, 2024
1 parent 418451a commit 8b61fea
Show file tree
Hide file tree
Showing 17 changed files with 2,901 additions and 2,861 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ time = { version = "0.3.36", default-features = false, features = [ "alloc", "pa

[features]
default = ["std"]
std = ["displaydoc/std", "serde/std", "time/std"]
std = []

[dev-dependencies]
test-log = "0.2.16"
5 changes: 1 addition & 4 deletions src/error.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
#[cfg(not(feature = "std"))]
use core::*;
#[cfg(feature = "std")]
use std::*;
use core::fmt;

/// Base error type
///
Expand Down
Loading

0 comments on commit 8b61fea

Please sign in to comment.