Skip to content

Commit

Permalink
ditch the build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed May 6, 2024
1 parent 1ad2170 commit 6cec222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.rs

This file was deleted.

2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![deny(missing_docs)]
#![allow(unknown_lints)]
// for `cfg(loom)` and such -- I don't want to add a build.rs for this.
#![allow(unexpected_cfgs)]

#[doc(hidden)]
pub extern crate alloc;
Expand Down

0 comments on commit 6cec222

Please sign in to comment.