Fix minor documentation issues

This commit is contained in:
Héctor Ramón Jiménez 2020-04-01 04:34:14 +02:00
parent f4f8f62f55
commit 4c44517556
5 changed files with 14 additions and 8 deletions

View file

@ -12,7 +12,7 @@ use std::{cell::RefCell, marker::PhantomData, sync::Arc};
/// change or it is explicitly cleared.
///
/// [`Layer`]: ../trait.Layer.html
/// [`Cached`]: struct.Cached.html
/// [`Cache`]: struct.Cache.html
#[derive(Debug)]
pub struct Cache<T: Drawable> {
input: PhantomData<T>,