Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
uint committed Apr 18, 2024
1 parent 52dc54d commit b16fed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/std/src/msgpack.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file simply re-exports some methods from serde_json
// This file mostly re-exports some methods from rmp-serde
// The reason is two fold:
// 1. To easily ensure that all calling libraries use the same version (minimize code size)
// 2. To allow us to switch out to eg. serde-json-core more easily
// 2. To allow us to switch out to another MessagePack library if needed

use core::any::type_name;
use serde::{de::DeserializeOwned, Serialize};
Expand Down

0 comments on commit b16fed4

Please sign in to comment.