Merge pull request #10 from dtolnay/nostd

Eliminate implicit dependency on std crate
This commit is contained in:
David Tolnay 2021-11-12 19:00:33 -08:00 committed by GitHub
commit fe98446755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,3 +62,5 @@
//!
//! extern crate link_cplusplus;
//! ```
#![no_std]