Skip to content

Commit 8e72a19

Browse files
committed
allow too many arguments on krate::encodable
1 parent e7f9d0c commit 8e72a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/krate.rs

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

512+
#[allow(too_many_arguments)]
512513
pub fn encodable(
513514
self,
514515
max_version: semver::Version,

0 commit comments

Comments
 (0)