aboutsummaryrefslogtreecommitdiff
path: root/src/makefile/macro.rs
diff options
context:
space:
mode:
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),