From a057497061cc09ec2a6384911dbf4ab37a50a8e1 Mon Sep 17 00:00:00 2001 From: Conrado Gouvea Date: Fri, 1 Sep 2023 11:19:03 -0300 Subject: [PATCH] remove stale sentence --- book/src/tutorial/importing.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/book/src/tutorial/importing.md b/book/src/tutorial/importing.md index 93213747..d982dc91 100644 --- a/book/src/tutorial/importing.md +++ b/book/src/tutorial/importing.md @@ -35,6 +35,3 @@ and `new()` methods allowing the application to encode and decode them as it wishes. (Note that fields like `Scalar` and `Element` do have standard byte string encodings; the application can encode those byte strings as it wishes, as well the structure themselves and things like maps and lists.) - -The ZF FROST library supports `serde` in the future, which will make -this process simpler.