Skip to content

Commit

Permalink
Gotta love rust nightly-only features
Browse files Browse the repository at this point in the history
Signed-off-by: Visual Ehrmanntraut <[email protected]>
  • Loading branch information
VisualEhrmanntraut committed Oct 25, 2023
1 parent 1e5d04d commit 0c9d3c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
#![deny(warnings, clippy::cargo, clippy::nursery, unused_extern_crates)]
#![cfg_attr(target_os = "macos", feature(sync_unsafe_cell, stmt_expr_attributes))]
#![feature(stmt_expr_attributes)]
#![cfg_attr(target_os = "macos", feature(sync_unsafe_cell))]

use std::path::PathBuf;

Expand Down

0 comments on commit 0c9d3c5

Please sign in to comment.