We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb48115 commit e33a6aaCopy full SHA for e33a6aa
no_std_test/src/main.rs
@@ -3,7 +3,7 @@
3
//! # secp256k1 no-std test.
4
//! This binary is a short smallest rust code to produce a working binary *without libstd*.
5
//! This gives us 2 things:
6
-//! 1. Test that the parts of the code that should work in a no-std enviroment actually work. Note that this is not a comprehensive list.
+//! 1. Test that the parts of the code that should work in a no-std environment actually work. Note that this is not a comprehensive list.
7
//! 2. Test that we don't accidentally import libstd into `secp256k1`.
8
//!
9
//! The first is tested using the following command `cargo run --release | grep -q "Verified Successfully"`.
0 commit comments