Skip to content

Commit fde077d

Browse files
authored
Remove strange doc on Blob::from_raw_parts (#9)
1 parent 75411dd commit fde077d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/blob.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ impl<T> Blob<T> {
9999
/// Note that while this function is not unsafe, usage of this in combination
100100
/// with `new` (or with identifiers that are not uniquely associated with the given data)
101101
/// can lead to inconsistencies.
102-
///
103-
/// This is primarily for libraries that wish to interop with vello but are
104-
/// unable to depend on our resource types.
105102
pub fn from_raw_parts(data: Arc<dyn AsRef<[T]> + Send + Sync>, id: u64) -> Self {
106103
Self { data, id }
107104
}

0 commit comments

Comments
 (0)