Fix cargo doc

This commit is contained in:
John Ericson 2026-01-14 15:19:47 -05:00
parent a4ebec56de
commit ab64f87160
7 changed files with 131 additions and 12 deletions

View file

@ -102,7 +102,7 @@ pub struct Store {
impl Store {
/// Open a store.
///
/// See [`nix_bindings_util_sys::store_open`] for more information.
/// See [`nix_bindings_store_sys::store_open`] for more information.
#[doc(alias = "nix_store_open")]
pub fn open<'a, 'b>(
url: Option<&str>,