Fix DrawFunctionId typo (#5996)
Fix extra slashes visible in documentation of `DrawFunctionId`. Also point to where the type is used.
This commit is contained in:
parent
1965d09b72
commit
e96b21a24a
@ -63,7 +63,7 @@ pub trait PhaseItem: Sized + Send + Sync + 'static {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// TODO: make this generic?
|
// TODO: make this generic?
|
||||||
/// /// A [`Draw`] function identifier.
|
/// An identifier for a [`Draw`] function stored in [`DrawFunctions`].
|
||||||
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
|
#[derive(Copy, Clone, Debug, Eq, PartialEq, Hash)]
|
||||||
pub struct DrawFunctionId(usize);
|
pub struct DrawFunctionId(usize);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user