Remove todo comment
This commit is contained in:
@@ -1105,7 +1105,6 @@ impl LocalWorktree {
|
||||
let project_id = self.share.as_ref().map(|share| share.project_id);
|
||||
|
||||
let text = buffer.as_rope().clone();
|
||||
// todo: po: this should be a "current" fingerprint
|
||||
let version = buffer.version();
|
||||
let save = self.write_file(path.as_ref(), text, buffer.line_ending(), cx);
|
||||
let fs = Arc::clone(&self.fs);
|
||||
|
||||
Reference in New Issue
Block a user