Skip to content

Commit

Permalink
Removed unnecessary use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
asasine committed Feb 17, 2024
1 parent 1375f0a commit 98d1a14
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/standalone.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


fn main() {
println!("runtime dir: {:?}", systemd_directories::runtime_dir());
println!("state dir: {:?}", systemd_directories::state_dir());
Expand Down
2 changes: 0 additions & 2 deletions examples/standalone_multiple.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


fn main() {
println!("runtime dir: {:?}", systemd_directories::runtime_dirs());
println!("state dir: {:?}", systemd_directories::state_dirs());
Expand Down

0 comments on commit 98d1a14

Please sign in to comment.