Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

Commit

Permalink
Remove unused unstable features
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Oct 10, 2023
1 parent d365583 commit 3240bfb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#![feature(type_ascription)]
#![feature(fs_try_exists)]
#![feature(cursor_remaining)]
#![feature(result_flattening)]
#![feature(buf_read_has_data_left)]
#![feature(slice_pattern)]
#![feature(bound_map)]
pub mod cmd;
Expand Down

0 comments on commit 3240bfb

Please sign in to comment.