mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-02 07:04:33 +00:00
Remove todo comment
This commit is contained in:
parent
1d2df5641f
commit
d00a9b3682
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue