Skip to content

Commit 35fba17

Browse files
committed
Merge pull request #18 from erik/unused-mut
Add allow(unused_mut) to package.
2 parents 87ec4c6 + 4dd4399 commit 35fba17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#![feature(core)]
1717
#![deny(warnings)]
1818
#![no_std]
19+
#![allow(unused_mut)]
1920

2021
extern crate core;
2122

0 commit comments

Comments
 (0)