Fix broken rustdoc links
This commit is contained in:
parent
e6148b587f
commit
6d941407fe
3 changed files with 12 additions and 12 deletions
|
|
@ -101,7 +101,7 @@ pub struct Store {
|
|||
impl Store {
|
||||
/// Open a store.
|
||||
///
|
||||
/// See [nix_c_raw::store_open] for more information.
|
||||
/// See [`nix_bindings_util_sys::store_open`] for more information.
|
||||
#[doc(alias = "nix_store_open")]
|
||||
pub fn open<'a, 'b>(
|
||||
url: Option<&str>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue