mirror of https://github.com/tikv/client-rust.git
Remove outdated comment
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
This commit is contained in:
parent
388f7cfaac
commit
3f9960f308
|
|
@ -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())),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue