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:
SpecificProtagonist 2022-09-17 12:49:00 +00:00
parent 1965d09b72
commit e96b21a24a

View File

@ -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);