Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kjvalencik committed Mar 17, 2023
1 parent 2196e2f commit b07f060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/neon/src/sys/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
//! ## Example
//!
//! ```rust,no_run
//! #[cfg(feature = "sys")]
//! # #[cfg(feature = "sys")]
//! # {
//! # let env = std::ptr::null_mut().cast();
//! use neon::{context::SysContext, prelude::*, sys::bindings};
Expand Down

0 comments on commit b07f060

Please sign in to comment.