Skip to content

Commit

Permalink
Unstable BTreeMap method has been included in stable channel
Browse files Browse the repository at this point in the history
Remove `#![feature(map_first_last)]`
  • Loading branch information
davxy committed Oct 4, 2021
1 parent 5c64c3f commit 2245d4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
target
Cargo.lock
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
// You should have received a copy of the GNU Affero General Public License
// along with TRINCI. If not, see <https://www.gnu.org/licenses/>.

#![feature(map_first_last)]

// External crates macros.
#[macro_use]
extern crate serde;
Expand Down

0 comments on commit 2245d4e

Please sign in to comment.