ruma: Clean up serde re-exports
This commit is contained in:
parent
7c2ea3f33a
commit
3808b87981
@ -73,9 +73,6 @@
|
||||
#![warn(missing_docs)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
|
||||
#[doc(inline)]
|
||||
pub use ruma_common::serde;
|
||||
|
||||
#[cfg(feature = "client")]
|
||||
#[doc(inline)]
|
||||
pub use ruma_client as client;
|
||||
@ -163,8 +160,8 @@ pub use ruma_client::Client;
|
||||
pub use ruma_common::{
|
||||
authentication, device_id, device_key_id, directory, encryption, event_id, exports, matrix_uri,
|
||||
mxc_uri, power_levels, presence, push, receipt, room, room_alias_id, room_id, room_version_id,
|
||||
serde::Incoming, server_name, server_signing_key_id, thirdparty, to_device, user_id,
|
||||
ClientSecret, DeviceId, DeviceKeyAlgorithm, DeviceKeyId, DeviceSignatures, DeviceSigningKeyId,
|
||||
serde, server_name, server_signing_key_id, thirdparty, to_device, user_id, ClientSecret,
|
||||
DeviceId, DeviceKeyAlgorithm, DeviceKeyId, DeviceSignatures, DeviceSigningKeyId,
|
||||
EntitySignatures, EventEncryptionAlgorithm, EventId, IdParseError, KeyId, KeyName, MatrixToUri,
|
||||
MatrixUri, MilliSecondsSinceUnixEpoch, MxcUri, OwnedClientSecret, OwnedDeviceId,
|
||||
OwnedDeviceKeyId, OwnedDeviceSigningKeyId, OwnedEventId, OwnedKeyId, OwnedKeyName, OwnedMxcUri,
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#![allow(clippy::exhaustive_structs, clippy::redundant_allocation)]
|
||||
|
||||
use ruma::{Incoming, UserId};
|
||||
use ruma::{serde::Incoming, UserId};
|
||||
|
||||
#[allow(unused)]
|
||||
pub struct Thing<'t, T> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user