aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/macro.rs
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-03 13:45:35 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-03 13:45:35 -0600
commite6c4f309cafe2d0900a96f9c3ca3ac44fc2cd3f0 (patch)
tree84334ec9075029fb1893f6ba946c501c028a08ef /src/makefile/macro.rs
parent94049a42a0f61ab9f3ec7a0ea109a2e0ac9edfcc (diff)
downloadmakers-e6c4f309cafe2d0900a96f9c3ca3ac44fc2cd3f0.tar.gz
makers-e6c4f309cafe2d0900a96f9c3ca3ac44fc2cd3f0.zip
don't break the POSIX build oops
Diffstat (limited to 'src/makefile/macro.rs')
-rw-r--r--src/makefile/macro.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/makefile/macro.rs b/src/makefile/macro.rs
index 310994d..f6bedca 100644
--- a/src/makefile/macro.rs
+++ b/src/makefile/macro.rs
@@ -167,7 +167,6 @@ impl<'parent, 'lookup> Set<'parent, 'lookup> {
}
}
- #[cfg(feature = "full")]
pub fn with_overlay<'s>(&'s self) -> Set<'s, 'lookup> {
Set {
parent: Some(self),