feat: Add breakwater-deich: A distributed server - #97
Open
sbernauer wants to merge 18 commits into
Open
GitHub Actions / clippy
failed
Jul 31, 2026 in 0s
clippy
1 error
Details
Results
| Message level | Amount |
|---|---|
| Internal compiler error | 0 |
| Error | 1 |
| Warning | 0 |
| Note | 0 |
| Help | 0 |
Versions
- rustc 1.99.0-nightly (8ab9fdff5 2026-07-30)
- cargo 1.99.0-nightly (7c83d4cc0 2026-07-29)
- clippy 0.1.99 (8ab9fdff5a 2026-07-30)
Annotations
github-actions / clippy
trailing semicolon in macro used in expression position
error: trailing semicolon in macro used in expression position
--> breakwater/src/sinks/ffmpeg.rs:122:25
|
122 | None => bail!(
| _________________________^
123 | | "ffmpeg sink can only be used when either RTMP or video file is activated"
124 | | ),
| |_________________^
|
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
= note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
= note: `-D semicolon-in-expressions-from-non-local-macros` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(semicolon_in_expressions_from_non_local_macros)]`
= note: this error originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
Loading