Skip to content

increase default sub-track capacity #296

increase default sub-track capacity

increase default sub-track capacity #296

GitHub Actions / wasm32 - with all features succeeded Sep 14, 2024 in 0s

wasm32 - with all features

61 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 61
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check warning on line 348 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/tween/parameter/value.rs:346:2
    |
346 | /     pub fn neg_output(self) -> Self
347 | |     where
348 | |         T: Neg<Output = T>,
    | |___________________________^

Check warning on line 338 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/tween/parameter/value.rs:335:2
    |
335 | /     pub fn rem_output<Rhs>(self, rhs: Rhs) -> Self
336 | |     where
337 | |         T: Rem<Rhs, Output = T>,
338 | |         Rhs: Copy,
    | |__________________^

Check warning on line 327 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/tween/parameter/value.rs:324:2
    |
324 | /     pub fn div_output<Rhs>(self, rhs: Rhs) -> Self
325 | |     where
326 | |         T: Div<Rhs, Output = T>,
327 | |         Rhs: Copy,
    | |__________________^

Check warning on line 316 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/tween/parameter/value.rs:313:2
    |
313 | /     pub fn mul_output<Rhs>(self, rhs: Rhs) -> Self
314 | |     where
315 | |         T: Mul<Rhs, Output = T>,
316 | |         Rhs: Copy,
    | |__________________^

Check warning on line 305 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/tween/parameter/value.rs:302:2
    |
302 | /     pub fn sub_output<Rhs>(self, rhs: Rhs) -> Self
303 | |     where
304 | |         T: Sub<Rhs, Output = T>,
305 | |         Rhs: Copy,
    | |__________________^

Check warning on line 294 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/tween/parameter/value.rs:291:2
    |
291 | /     pub fn add_output<Rhs>(self, rhs: Rhs) -> Self
292 | |     where
293 | |         T: Add<Rhs, Output = T>,
294 | |         Rhs: Copy,
    | |__________________^

Check warning on line 265 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a struct field

warning: missing documentation for a struct field
   --> crates/kira/src/tween/parameter/value.rs:265:2
    |
265 |     pub easing: Easing,
    |     ^^^^^^^^^^^^^^^^^^

Check warning on line 27 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a struct field

warning: missing documentation for a struct field
  --> crates/kira/src/tween/parameter/value.rs:27:3
   |
27 |         mapping: Mapping<T>,
   |         ^^^^^^^^^^^^^^^^^^^

Check warning on line 26 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a struct field

warning: missing documentation for a struct field
  --> crates/kira/src/tween/parameter/value.rs:26:3
   |
26 |         id: ListenerId,
   |         ^^^^^^^^^^^^^^

Check warning on line 25 in crates/kira/src/tween/parameter/value.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a variant

warning: missing documentation for a variant
  --> crates/kira/src/tween/parameter/value.rs:25:2
   |
25 |     FromListenerDistance {
   |     ^^^^^^^^^^^^^^^^^^^^

Check warning on line 228 in crates/kira/src/track/sub/spatial_builder.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/track/sub/spatial_builder.rs:228:2
    |
228 |     pub fn persist_until_sounds_finish(self, persist: bool) -> Self {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 127 in crates/kira/src/track/sub/spatial_builder.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/track/sub/spatial_builder.rs:123:2
    |
123 | /     pub fn with_send(
124 | |         mut self,
125 | |         track: impl Into<SendTrackId>,
126 | |         volume: impl Into<Value<Dbfs>>,
127 | |     ) -> Self {
    | |_____________^

Check warning on line 213 in crates/kira/src/track/sub/builder.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/track/sub/builder.rs:213:2
    |
213 |     pub fn persist_until_sounds_finish(self, persist: bool) -> Self {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 112 in crates/kira/src/track/sub/builder.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/track/sub/builder.rs:108:2
    |
108 | /     pub fn with_send(
109 | |         mut self,
110 | |         track: impl Into<SendTrackId>,
111 | |         volume: impl Into<Value<Dbfs>>,
112 | |     ) -> Self {
    | |_____________^

Check warning on line 13 in crates/kira/src/semitones.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a struct

warning: missing documentation for a struct
  --> crates/kira/src/semitones.rs:13:1
   |
13 | pub struct Semitones(pub f64);
   | ^^^^^^^^^^^^^^^^^^^^

Check warning on line 10 in crates/kira/src/playback_rate.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a struct

warning: missing documentation for a struct
  --> crates/kira/src/playback_rate.rs:10:1
   |
10 | pub struct PlaybackRate(pub f64);
   | ^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 15 in crates/kira/src/panning.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for an associated constant

warning: missing documentation for an associated constant
  --> crates/kira/src/panning.rs:15:2
   |
15 |     pub const RIGHT: Self = Self(1.0);
   |     ^^^^^^^^^^^^^^^^^^^^^

Check warning on line 14 in crates/kira/src/panning.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for an associated constant

warning: missing documentation for an associated constant
  --> crates/kira/src/panning.rs:14:2
   |
14 |     pub const CENTER: Self = Self(0.0);
   |     ^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 13 in crates/kira/src/panning.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for an associated constant

warning: missing documentation for an associated constant
  --> crates/kira/src/panning.rs:13:2
   |
13 |     pub const LEFT: Self = Self(-1.0);
   |     ^^^^^^^^^^^^^^^^^^^^

Check warning on line 10 in crates/kira/src/panning.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a struct

warning: missing documentation for a struct
  --> crates/kira/src/panning.rs:10:1
   |
10 | pub struct Panning(pub f32);
   | ^^^^^^^^^^^^^^^^^^

Check warning on line 14 in crates/kira/src/mix.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for an associated constant

warning: missing documentation for an associated constant
  --> crates/kira/src/mix.rs:14:2
   |
14 |     pub const WET: Self = Self(1.0);
   |     ^^^^^^^^^^^^^^^^^^^

Check warning on line 13 in crates/kira/src/mix.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for an associated constant

warning: missing documentation for an associated constant
  --> crates/kira/src/mix.rs:13:2
   |
13 |     pub const DRY: Self = Self(0.0);
   |     ^^^^^^^^^^^^^^^^^^^

Check warning on line 10 in crates/kira/src/mix.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a struct

warning: missing documentation for a struct
  --> crates/kira/src/mix.rs:10:1
   |
10 | pub struct Mix(pub f32);
   | ^^^^^^^^^^^^^^

Check warning on line 243 in crates/kira/src/manager.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/manager.rs:239:2
    |
239 | /     pub fn add_listener(
240 | |         &mut self,
241 | |         position: impl Into<Value<mint::Vector3<f32>>>,
242 | |         orientation: impl Into<Value<mint::Quaternion<f32>>>,
243 | |     ) -> Result<ListenerHandle, ResourceLimitReached> {
    | |_____________________________________________________^

Check warning on line 210 in crates/kira/src/info.rs

See this annotation in the file changed.

@github-actions github-actions / wasm32 - with all features

missing documentation for a method

warning: missing documentation for a method
   --> crates/kira/src/info.rs:210:2
    |
210 |     pub fn build(self) -> Info<'static> {
    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^