Remove outdated comment

Signed-off-by: Yilin Chen <sticnarf@gmail.com>
This commit is contained in:
Yilin Chen 2019-08-14 16:00:16 +08:00
parent 388f7cfaac
commit 3f9960f308
No known key found for this signature in database
GPG Key ID: 353E7ED34BF326E0
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ impl Mutation {
pb pb
} }
/// Returns a `Some` if the value can be determined by this mutation. Otherwise, returns `None`.
fn get_value(&self) -> MutationValue { fn get_value(&self) -> MutationValue {
match self { match self {
Mutation::Put(value) => MutationValue::Determined(Some(value.clone())), Mutation::Put(value) => MutationValue::Determined(Some(value.clone())),