1
Fork 0

Ran update_lints and updated CHANGELOG.md to reflect addition of mem_forget

This commit is contained in:
Taylor Cramer 2016-04-20 13:11:55 -07:00
parent 447940c889
commit 7961f59303
3 changed files with 5 additions and 3 deletions

View file

@ -78,8 +78,8 @@ pub mod len_zero;
pub mod lifetimes;
pub mod loops;
pub mod map_clone;
pub mod mem_forget;
pub mod matches;
pub mod mem_forget;
pub mod methods;
pub mod minmax;
pub mod misc;