Skip to content

Commit 319ef84

Browse files
committed
chore: fix Clippy lints about crate docs indentation
1 parent e55ef66 commit 319ef84

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

packages/vorbis_rs/src/lib.rs

+8-6
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@
2020
//! # Features
2121
//!
2222
//! - `stream-serial-rng` (enabled by default): adds the [`VorbisEncoderBuilder::new`] convenience
23-
//! method, which automatically configures such a builder with suitable random
24-
//! Ogg stream serial numbers. This feature pulls dependencies on random number
25-
//! generation crates.
26-
//! - `wasm-js` Enables the 'wasm_js' feature flag on [getrandom](https://crates.io/crates/getrandom).
27-
//! Used to enable [WebAssembly support](https://docs.rs/getrandom/latest/getrandom/#webassembly-support)
28-
//! for JavaScript environments.
23+
//! method, which automatically configures such a builder with suitable random
24+
//! Ogg stream serial numbers. This feature pulls dependencies on random number
25+
//! generation crates.
26+
//! - `wasm-js`: enhances the ergonomics of using `vorbis_rs` when targeting JavaScript environments
27+
//! with WebAssembly. Currently, this enables the `wasm_js` feature flag on
28+
//! [`getrandom`](https://crates.io/crates/getrandom), opting into its [WebAssembly
29+
//! support](https://docs.rs/getrandom/latest/getrandom/#webassembly-support) for JavaScript
30+
//! environments, but the concrete effects of this flag may change at any point in the future.
2931
//!
3032
//! # Examples
3133
//!

0 commit comments

Comments
 (0)