Fix some compile warnings.

This commit is contained in:
Ms2ger 2016-04-19 18:15:16 +02:00
parent a7c885706e
commit 5645a59e05
3 changed files with 2 additions and 3 deletions

View file

@ -63,5 +63,5 @@ fn register_clippy(reg: &mut Registry) {
::clippy::plugin_registrar(reg);
}
#[cfg(not(feature = "clippy"))]
fn register_clippy(reg: &mut Registry) {
fn register_clippy(_reg: &mut Registry) {
}