Prefix unused variable for now.
This commit is contained in:
parent
44056c2e75
commit
d1272e00bb
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ impl Default for Config {
|
|||
}
|
||||
}
|
||||
|
||||
pub unsafe fn init(config: Config) {}
|
||||
pub unsafe fn init(_config: Config) {}
|
||||
|
|
Loading…
Reference in a new issue