Clippy fixes
This commit is contained in:
parent
19c35abc43
commit
d3bd555c58
2 changed files with 7 additions and 1 deletions
|
@ -17,6 +17,12 @@ pub struct DocCache {
|
|||
cache: Arc<Mutex<std::collections::HashMap<String, String>>>,
|
||||
}
|
||||
|
||||
impl Default for DocCache {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl DocCache {
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue