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 52b836b commit fd560e0Copy full SHA for fd560e0
swiftnav/src/signal/mod.rs
@@ -23,7 +23,6 @@
23
//! ```rust
24
//! # use std::str::FromStr;
25
//! # use swiftnav::signal::{Code, Constellation, GnssSignal};
26
-//!
27
//! let sid = GnssSignal::new(22, Code::GpsL1ca).unwrap();
28
//!
29
//! assert_eq!(sid.to_constellation(), Constellation::Gps);
@@ -33,8 +32,6 @@
33
32
34
//! let code = Code::from_str("BDS3 B1C").unwrap();
35
//! assert_eq!(code.get_carrier_frequency(), 1575.42e6);
36
37
38
//! ```
39
mod code;
40
mod constellation;
0 commit comments