diff options
| author | Fuwn <[email protected]> | 2025-05-27 16:16:35 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-05-27 16:16:35 +0000 |
| commit | 884aa53553e4a811dc269d60fd6fc59e837390d3 (patch) | |
| tree | 53718aa956dd7623465a9dd2fa142d024d4f9726 /src/request/response.rs | |
| parent | ci(ga): bump rustc (diff) | |
| download | germ-884aa53553e4a811dc269d60fd6fc59e837390d3.tar.xz germ-884aa53553e4a811dc269d60fd6fc59e837390d3.zip | |
refactor: Use latest best practices and formatting
Diffstat (limited to 'src/request/response.rs')
| -rw-r--r-- | src/request/response.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/request/response.rs b/src/request/response.rs index 8f7ba48..7c3b1fd 100644 --- a/src/request/response.rs +++ b/src/request/response.rs @@ -64,6 +64,7 @@ impl Response { #[must_use] pub const fn status(&self) -> &Status { &self.status } + #[allow(clippy::missing_const_for_fn)] #[must_use] pub fn meta(&self) -> Cow<'_, str> { Cow::Borrowed(&self.meta) } |