Skip to content

Commit

Permalink
The latest Rust has ungated the thread_local_const_init feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
vext01 committed Dec 8, 2021
1 parent 178fae0 commit 2d80f15
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions yktrace/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//! Utilities for collecting and decoding traces.

#![feature(thread_local_const_init)]

mod errors;
use libc::c_void;
use std::{
Expand Down

0 comments on commit 2d80f15

Please sign in to comment.