You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InPlace should gain a create(&mut self, bool) -> &mut Self method for setting a "create" flag (the default value of which is false). If this flag is true when InPlace::open() is called and the edited path doesn't exist, open() should create the file with empty contents.
The text was updated successfully, but these errors were encountered:
InPlace
should gain acreate(&mut self, bool) -> &mut Self
method for setting a "create" flag (the default value of which isfalse
). If this flag istrue
whenInPlace::open()
is called and the edited path doesn't exist,open()
should create the file with empty contents.The text was updated successfully, but these errors were encountered: