Skip to content

Commit

Permalink
🔥 Remove const_fn_trait_bound feature since it's in stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwir3 committed Apr 10, 2022
1 parent f3332c8 commit 2eb6fd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![feature(decl_macro, const_fn_trait_bound)]
#![feature(decl_macro)]
#[macro_use] extern crate diesel;
#[macro_use] extern crate rocket;
#[macro_use] extern crate serde;
Expand Down

0 comments on commit 2eb6fd7

Please sign in to comment.