Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'audio/claxon/src/claxondec/imp.rs')
-rw-r--r--audio/claxon/src/claxondec/imp.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/claxon/src/claxondec/imp.rs b/audio/claxon/src/claxondec/imp.rs
index 0e7521bd..58f422d9 100644
--- a/audio/claxon/src/claxondec/imp.rs
+++ b/audio/claxon/src/claxondec/imp.rs
@@ -392,7 +392,7 @@ fn gstaudioinfo(streaminfo: &claxon::metadata::StreamInfo) -> Result<gst_audio::
let audio_info = info_builder
.build()
- .map_err(|e| format!("failed to build audio info: {}", e))?;
+ .map_err(|e| format!("failed to build audio info: {e}"))?;
Ok(audio_info)
}