Skip to content

Commit dfb21b8

Browse files
committed
really allow too many arguments on krate::encodable
1 parent 1acfbef commit dfb21b8

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

0 commit comments

Comments
 (0)