ruma: Remove common module (ruma-common export)
This commit is contained in:
parent
ae095cc037
commit
a567b9151d
@ -70,8 +70,6 @@
|
||||
#![warn(missing_docs)]
|
||||
#![cfg_attr(docsrs, feature(doc_cfg, doc_auto_cfg))]
|
||||
|
||||
#[doc(inline)]
|
||||
pub use ruma_common as common;
|
||||
#[doc(inline)]
|
||||
pub use ruma_common::serde;
|
||||
|
||||
|
@ -2,9 +2,8 @@ use std::{convert::TryFrom, env, process::exit};
|
||||
|
||||
use ruma::{
|
||||
api::client::{alias::get_alias, membership::join_room_by_id, message::send_message_event},
|
||||
common::TransactionId,
|
||||
events::room::message::RoomMessageEventContent,
|
||||
RoomAliasId,
|
||||
RoomAliasId, TransactionId,
|
||||
};
|
||||
|
||||
type HttpClient = ruma::client::http_client::HyperNativeTls;
|
||||
|
Loading…
x
Reference in New Issue
Block a user