Skip to content

Commit 610ef66

Browse files
alexdewarCopilot
andauthored
Fix rustdoc error
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ee017c0 commit 610ef66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/asset/pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use log::warn;
55
use std::cmp::min;
66
use std::slice;
77

8-
/// The active pool of [`Asset`]s
8+
/// The active pool of [`super::Asset`]s
99
#[derive(Default)]
1010
pub struct AssetPool {
1111
/// The pool of active assets, sorted by ID

0 commit comments

Comments
 (0)