mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
silence clippy
This commit is contained in:
parent
fdbff0e2c4
commit
0acf41dd19
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#![allow(clippy::all)]
|
||||
#![allow(dead_code)]
|
||||
#![allow(unused_imports)]
|
||||
#![allow(unused_variables)]
|
||||
// use crate::annotation::canonicalize_annotation;
|
||||
// use crate::annotation::IntroducedVariables;
|
||||
// use crate::env::Env;
|
||||
|
|
|
@ -104,7 +104,7 @@ impl Type2 {
|
|||
todo!()
|
||||
}
|
||||
|
||||
pub fn substitute_alias(&self, _pool: &mut Pool, _needle: Symbol, actual: Self) {
|
||||
pub fn substitute_alias(&self, _pool: &mut Pool, _needle: Symbol, _actual: Self) {
|
||||
todo!()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue