Skip to content

Commit

Permalink
skip overriding name pointlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
clux committed Mar 10, 2021
1 parent c1ec3ea commit 809944f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kube/src/api/subresource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ where
/// Ok(())
/// }
/// ```
#[instrument(skip(self), fields(name = "patch_status"))]
#[instrument(skip(self))]
pub async fn patch_status<P: serde::Serialize + Debug>(
&self,
name: &str,
Expand Down

0 comments on commit 809944f

Please sign in to comment.