1
Fork 0

Regnerate README.md

This commit is contained in:
Florian Gilcher 2015-10-15 12:53:21 +02:00
parent 1bd023d3e0
commit 39e93d572b
2 changed files with 4 additions and 2 deletions

View file

@ -152,8 +152,8 @@ pub fn plugin_registrar(reg: &mut Registry) {
mut_reference::UNNECESSARY_MUT_PASSED,
mutex_atomic::MUTEX_ATOMIC,
needless_bool::NEEDLESS_BOOL,
needless_features::AS_SLICE,
needless_features::AS_MUT_SLICE,
needless_features::AS_SLICE,
open_options::NONSENSICAL_OPEN_OPTIONS,
precedence::PRECEDENCE,
ptr_arg::PTR_ARG,