mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Fix some compile warnings.
This commit is contained in:
parent
a7c885706e
commit
5645a59e05
3 changed files with 2 additions and 3 deletions
|
@ -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) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue