diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-02-19 14:29:03 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-02-19 14:29:03 +0100 |
| commit | 41e8ff64585b7a3b77acd027d95e3e7f651d9e0e (patch) | |
| tree | 7226e1ae6d6dfd7e111ff0364889089ca5b07cd9 /common/object | |
| parent | dc4fa1995c9a341fe3027774c52a0760a00c6387 (diff) | |
| download | jellything-41e8ff64585b7a3b77acd027d95e3e7f651d9e0e.tar jellything-41e8ff64585b7a3b77acd027d95e3e7f651d9e0e.tar.bz2 jellything-41e8ff64585b7a3b77acd027d95e3e7f651d9e0e.tar.zst | |
migrate musicbrainz importer
Diffstat (limited to 'common/object')
| -rw-r--r-- | common/object/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/object/src/lib.rs b/common/object/src/lib.rs index b197932..7d0c203 100644 --- a/common/object/src/lib.rs +++ b/common/object/src/lib.rs @@ -286,6 +286,7 @@ impl<'a> Object<'a> { ObjectBuffer(buf) } + #[must_use] pub fn update( &self, |