Skip to content

Commit

Permalink
chore(ui): Copy some attributes from matrix-sdk
Browse files Browse the repository at this point in the history
The others should likely be copied at some point as well, but including
the readme as crate documentation is not currently useful since the
readme for the ui crate is empty, and warning about missing docs or
debug implementations would make CI fail without substantial extra work.
  • Loading branch information
jplatte committed Jan 17, 2025
1 parent effcb0a commit 88a7137
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/matrix-sdk-ui/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#![cfg_attr(target_arch = "wasm32", allow(clippy::arc_with_non_send_sync))]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

use ruma::html::HtmlSanitizerMode;

mod events;
Expand Down

0 comments on commit 88a7137

Please sign in to comment.