This commit is contained in:
Mihai Dinculescu
2022-10-18 21:57:52 +01:00
parent 0db9847030
commit a46e9860a3
8 changed files with 100 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
//! simconnect-sdk = { version = "0.1", features = ["derive"] }
//! ```
//!
//! ```no_run
//! ```rust,no_run
//! use simconnect_sdk::{Notification, SimConnect, SimConnectObject};
//!
//! /// A data structure that will be used to receive data from SimConnect.

View File

@@ -9,7 +9,7 @@ use crate::{
///
/// # Example
///
/// ```no_run
/// ```rust,no_run
/// use simconnect_sdk::{Notification, SimConnect, SimConnectObject};
///
/// /// A data structure that will be used to receive data from SimConnect.