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
The current signature of fuse::mount requires providing an actual array of &OsStr references. Those are annoying to create, especially from constants. It would be more ergonomic if it could take any argument that implements AsRef<OsStr>. It would look something like this:
The current signature of
fuse::mount
requires providing an actual array of&OsStr
references. Those are annoying to create, especially from constants. It would be more ergonomic if it could take any argument that implementsAsRef<OsStr>
. It would look something like this:The text was updated successfully, but these errors were encountered: