Skip to content

Commit ce1c1a8

Browse files
committed
Docs: fix broken doc link
1 parent 96d7c7f commit ce1c1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cust/src/memory/unified.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ pub trait MemoryAdvise<T: DeviceCopy>: private::Sealed {
744744
Ok(())
745745
}
746746

747-
/// Undoes the most recent changes by [`set_preferred_location`](Self::set_preferred_location).
747+
/// Undoes the most recent changes by [`preferred_location`](Self::preferred_location).
748748
fn unset_preferred_location(&self) -> CudaResult<()> {
749749
let slice = self.as_slice();
750750
let mem_size = std::mem::size_of_val(slice);

0 commit comments

Comments
 (0)