Skip to content

Commit 8c58451

Browse files
committed
actually allow too many arguments on krate::encodable (change feature=cargo-clippy to feature=clippy)
1 parent dfb21b8 commit 8c58451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/krate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ impl Crate {
509509
)
510510
}
511511

512-
#[cfg_attr(feature = "cargo-clippy", allow(too_many_arguments))]
512+
#[cfg_attr(feature = "clippy", allow(too_many_arguments))]
513513
pub fn encodable(
514514
self,
515515
max_version: semver::Version,

0 commit comments

Comments
 (0)