Remove outdated comment part

This commit is contained in:
Matthias Beyer 2016-08-06 10:51:16 +02:00
parent dc78b1553e
commit 57c4089d80

View file

@ -135,8 +135,6 @@ impl<'a> DerefMut for Task<'a> {
}
/// A trait to get a `libimagtodo::task::Task` out of the implementing object.
/// This Task struct is merely a wrapper for a `FileLockEntry`, therefore the function name
/// `into_filelockentry`.
pub trait IntoTask<'a> {
/// # Usage