Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor API tweaks here and there #6

Merged
merged 1 commit into from
Feb 2, 2015
Merged

Conversation

alexcrichton
Copy link

  • FileAttr::perm => permissions
  • set_perm => set_permissions
  • make_dir => create_dir
  • make_dir_all => create_dir_all
  • sym_link => soft_link
  • flush => sync_all
  • flush_data => sync_data
  • open_mode => open_opts

* `FileAttr::perm` => `permissions`
* `set_perm` => `set_permissions`
* `make_dir` => `create_dir`
* `make_dir_all` => `create_dir_all`
* `sym_link` => `soft_link`
* `flush` => `sync_all`
* `flush_data` => `sync_data`
* `open_mode` => `open_opts`
aturon added a commit that referenced this pull request Feb 2, 2015
Minor API tweaks here and there
@aturon aturon merged commit f58e6cc into aturon:io-fs Feb 2, 2015
aturon pushed a commit that referenced this pull request Dec 14, 2016
aturon pushed a commit that referenced this pull request Jun 26, 2017
It is an error to incompatibly override an equivalence constraint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants