Skip to content

Commit

Permalink
Update resource_info.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
asr2003 authored Dec 1, 2024
1 parent bb71273 commit 6ed1933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nativelink-util/src/resource_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ impl<'a> ResourceInfo<'a> {
Ok(output)
}

/// Returns a new ResourceInfo with all fields owned.
/// Returns a new `ResourceInfo` with all fields owned.
pub fn to_owned(&self) -> ResourceInfo<'static> {
ResourceInfo {
instance_name: Cow::Owned(self.instance_name.to_string()),
Expand Down

0 comments on commit 6ed1933

Please sign in to comment.