diff options
| author | mat <git@matdoes.dev> | 2023-10-26 22:26:07 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-10-26 22:26:14 -0500 |
| commit | 2803e9ef0d785538a23adceba44d45b162629979 (patch) | |
| tree | d64a61403a4f6955e0d8c2695d05498ba7cc2bac /azalea-buf/src | |
| parent | ce81ae9cb30b62ee815d361f5762fb2f4a93670e (diff) | |
| download | azalea-drasl-2803e9ef0d785538a23adceba44d45b162629979.tar.xz | |
remove some more #![feature]s
Diffstat (limited to 'azalea-buf/src')
| -rwxr-xr-x | azalea-buf/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/src/lib.rs b/azalea-buf/src/lib.rs index d0eec5d4..fbde3684 100755 --- a/azalea-buf/src/lib.rs +++ b/azalea-buf/src/lib.rs @@ -1,6 +1,6 @@ #![doc = include_str!("../README.md")] #![feature(min_specialization)] -// these two are necessary for thiserror backtraces +// this is necessary for thiserror backtraces #![feature(error_generic_member_access)] mod definitions; |
