Skip to content

Commit

Permalink
sameold: fix documentation build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
cbs228 committed Jan 28, 2024
1 parent 355fb95 commit 59ececa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion crates/sameold/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
//! The digital receiver is created via a
//! [builder](crate::SameReceiverBuilder).
//!
//! The [`SameReceiver`](crate::SameReceiver) binds by iterator to any
//! The [`SameReceiver`] binds by iterator to any
//! source of `f32` PCM mono (1-channel) audio samples. If you're using `i16`
//! samples (as most sound cards do), you'll need to cast them to `f32`.
//! There is no need to scale them as long as you configure the
Expand Down Expand Up @@ -205,6 +205,11 @@
//! and other fields as true UTC timestamps. If enabled, `chrono`
//! becomes part of this crate's public API.
//!
//! ## MSRV Policy
//!
//! A minimum supported rust version (MSRV) increase will be treated as a minor
//! version bump.
//!
//! ## Contributing
//!
//! If you have a **recording** of a signal that you think should demodulate, but
Expand Down

0 comments on commit 59ececa

Please sign in to comment.