parent
e659e6e6bf
commit
04ad4b47c5
@ -0,0 +1,5 @@ |
|||||||
|
fn main() { |
||||||
|
if std::env::var("DOCS_RS").is_ok() { |
||||||
|
println!("cargo:rustc-cfg=docsrs"); |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue