Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base-db/src/change.rs')
| -rw-r--r-- | crates/base-db/src/change.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/base-db/src/change.rs b/crates/base-db/src/change.rs index fe3792ef6c..f1973a2071 100644 --- a/crates/base-db/src/change.rs +++ b/crates/base-db/src/change.rs @@ -34,7 +34,7 @@ impl fmt::Debug for Change { } impl Change { - pub fn new() -> Change { + pub fn new() -> Self { Change::default() } |