remove capnp protocol for plugin... (#6421)

* remove capnp protocol for plugin...

* remove relative doc
This commit is contained in:
WindSoilder
2022-09-01 06:33:30 +08:00
committed by GitHub
parent c52d45cb97
commit 3ec53e544c
17 changed files with 6 additions and 1999 deletions

View File

@ -3065,7 +3065,7 @@ pub fn parse_register(
ParseError::IncorrectValue(
"wrong encoding".into(),
expr.span,
"Encodings available: capnp, json, and msgpack".into(),
"Encodings available: json, and msgpack".into(),
)
})
})