Skip to content

Commit

Permalink
Merge pull request #3 from dadada/dadada/no_std_support
Browse files Browse the repository at this point in the history
Make `include_doc` usable from no_std crates
  • Loading branch information
simon-bourne authored Nov 22, 2023
2 parents b13fcc6 + 8cfcce2 commit 4f71791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/include-doc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![no_std]

//! Include Rust source files as doctests.
//!
//! # Examples
Expand Down

0 comments on commit 4f71791

Please sign in to comment.