-
Notifications
You must be signed in to change notification settings - Fork 824
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2368: chore(wasi) Remove the deprecated code r=Hywan a=Hywan # Description This PR removes deprecated code from the `wasi` crate. With the 2.x coming soon, we no longer need this to maintain this code :-). I don't know what to do with: ```rust pub enum Kind { File { /// The path on the host system where the file is located /// This is deprecated and will be removed soon path: PathBuf, ``` in `state/mod.rs`. Any clue @MarkMcCaskey? 2369: chore(cli) Remove the `--backend` deprecated option r=Hywan a=Hywan # Description This PR removes the deprecated `--backend` option. With the 2.x coming, we no longer need to maintain this compatibility. Co-authored-by: Ivan Enderlin <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters