Skip to content

Commit

Permalink
include_str doesn't work in cargo release
Browse files Browse the repository at this point in the history
  • Loading branch information
bazhenov committed Dec 6, 2023
1 parent 3f9cb23 commit e8857c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tango-bench/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![doc = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/../README.md"))]

use num_traits::ToPrimitive;
use std::{
any::type_name,
Expand Down

0 comments on commit e8857c8

Please sign in to comment.