diff options
-rw-r--r-- | .gitlab-ci.yml | 1 | ||||
-rw-r--r-- | src/makefile/macro.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7149ec..bd9dff9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,5 @@ test: - cargo test --no-fail-fast --no-default-features - rustup component add clippy - cargo clippy - - cargo clippy --no-default-features - rustup component add rustfmt - cargo fmt -- --check 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), |