Skip to content

Commit 18d0942

Browse files
committed
💥 Remove deprecated apis since 0.27.x
1 parent 7897f58 commit 18d0942

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

lib/src/entry/builder.rs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -266,26 +266,6 @@ impl EntryBuilder {
266266
Self::new_link(EntryHeader::for_symlink(name), source)
267267
}
268268

269-
/// Creates a new symbolic link with the given name and link.
270-
///
271-
/// # Deprecated
272-
///
273-
/// Use [`EntryBuilder::new_symlink`] instead.
274-
///
275-
/// # Arguments
276-
///
277-
/// * `name` - The name of the entry to create.
278-
/// * `source` - The entry reference the symlink points to.
279-
///
280-
/// # Errors
281-
///
282-
/// Returns an error if initialization fails.
283-
#[inline]
284-
#[deprecated(since = "0.27.2", note = "Use `EntryBuilder::new_symlink` instead")]
285-
pub fn new_symbolic_link(name: EntryName, source: EntryReference) -> io::Result<Self> {
286-
Self::new_symlink(name, source)
287-
}
288-
289269
/// Creates a new hard link with the given name and link.
290270
///
291271
/// # Arguments

0 commit comments

Comments
 (0)