Skip to content

Commit e14dbc7

Browse files
committed
style
1 parent 1f0f123 commit e14dbc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/std/src/msgpack.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// This file simply re-exports some methods from serde_json
1+
// This file mostly re-exports some methods from rmp-serde
22
// The reason is two fold:
33
// 1. To easily ensure that all calling libraries use the same version (minimize code size)
4-
// 2. To allow us to switch out to eg. serde-json-core more easily
4+
// 2. To allow us to switch out to another MessagePack library if needed
55

66
use core::any::type_name;
77
use serde::{de::DeserializeOwned, Serialize};

0 commit comments

Comments
 (0)