Skip to content

Commit

Permalink
chore: get rid of warning when building doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Jun 22, 2024
1 parent 13f42c8 commit a4beeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vorbis_rs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
//! # use vorbis_rs::{VorbisBitrateManagementStrategy, VorbisDecoder, VorbisEncoderBuilder};
//! #
//! # let mut source_ogg = &include_bytes!("../../aotuv_lancer_vorbis_sys/src/8khz_500ms_mono_400hz_sine_wave.ogg")[..];
//! # #[cfg(__example_only)]
//! # #[cfg(target_pointer_width = "-1")] // Always false to not run it on doctests, but show it on docs
//! let mut source_ogg = File::open("audio.ogg")?;
//! let mut transcoded_ogg = vec![];
//!
Expand Down

0 comments on commit a4beeb2

Please sign in to comment.