Fix broken rustdoc links

This commit is contained in:
Robert Hensing 2026-01-12 20:17:40 +01:00
parent e6148b587f
commit 6d941407fe
3 changed files with 12 additions and 12 deletions

View file

@ -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>,