aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/macro_scope.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-11-11 12:28:27 -0700
committerMelody Horn <melody@boringcactus.com>2024-11-11 12:28:27 -0700
commit7043c362b259bd2e8ef63965583d217ebd87b865 (patch)
treece2762321ab4f76440d43b42237ee93fab91a2f0 /src/makefile/macro_scope.rs
parente0d7617722b5c22d33b89691d389706455d8c850 (diff)
downloadmakers-7043c362b259bd2e8ef63965583d217ebd87b865.tar.gz
makers-7043c362b259bd2e8ef63965583d217ebd87b865.zip
i may be stupid
Diffstat (limited to 'src/makefile/macro_scope.rs')
-rw-r--r--src/makefile/macro_scope.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile/macro_scope.rs b/src/makefile/macro_scope.rs
index 9edab95..bee603e 100644
--- a/src/makefile/macro_scope.rs
+++ b/src/makefile/macro_scope.rs
@@ -1,4 +1,3 @@
-
use std::borrow::Cow;
use std::collections::HashSet;
#[cfg(feature = "full")]