diff options
author | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-08-25 17:44:24 +0100 |
commit | f84ec1a3e077fa0f2e9cd310b6e32e81f1bc1129 (patch) | |
tree | e6d49bbbacc9e87e97093729a9387fe779083a76 /stockton-skeleton/src/queue_negotiator.rs | |
parent | 982c053f3946b53e1d763df71e4ffcb81362e8d3 (diff) |
chore(all): docs fixes
Diffstat (limited to 'stockton-skeleton/src/queue_negotiator.rs')
-rw-r--r-- | stockton-skeleton/src/queue_negotiator.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-skeleton/src/queue_negotiator.rs b/stockton-skeleton/src/queue_negotiator.rs index 765516b..23dad0c 100644 --- a/stockton-skeleton/src/queue_negotiator.rs +++ b/stockton-skeleton/src/queue_negotiator.rs @@ -25,7 +25,7 @@ //! # fn init( //! # context: &mut RenderingContext, //! # ) -> Result<()> { -//! let queue = context.queue_negotiator_mut().get_queue::<TexLoadQueue>()?; +//! let queue = context.get_queue::<TexLoadQueue>()?; //! // ... //! # Ok(()) //! # } |