Skip to content

Commit

Permalink
feat: no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
EqualMa committed May 12, 2023
1 parent 144a0f9 commit f31f63b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/argument.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::marker::PhantomData;
use core::marker::PhantomData;

pub use first::FirstArgumentProvided;
pub use last::LastArgumentProvided;
Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![no_std]

//!
//! ```
//! # use callable::prelude::*;
Expand Down

0 comments on commit f31f63b

Please sign in to comment.