Attempt rustup update on each PR (#1345)

* Attempt update on each PR

* Update fmt
This commit is contained in:
Jonathan Turner
2020-02-05 19:28:49 -08:00
committed by GitHub
parent fa910b95b7
commit ba1b67c072
4 changed files with 10 additions and 4 deletions

View File

@ -37,7 +37,9 @@ impl Plugin for Inc {
if let Some(args) = call_info.args.positional {
for arg in args {
match arg {
table @ Value {
table
@
Value {
value: UntaggedValue::Primitive(Primitive::ColumnPath(_)),
..
} => {