File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments