Remove todo comment

This commit is contained in:
Piotr Osiewicz
2024-03-06 15:12:58 +01:00
parent 1d2df5641f
commit d00a9b3682

View File

@@ -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);