remove clones

This commit is contained in:
Aleksey Kladov 2018-10-15 22:36:08 +03:00
parent bbcd998433
commit 85ff328d31
4 changed files with 5 additions and 6 deletions

View file

@ -162,7 +162,7 @@ impl Query {
}
}
#[derive(Clone, Debug)]
#[derive(Debug)]
pub struct Analysis {
imp: AnalysisImpl
}