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 authored and poljar committed Jan 17, 2025
1 parent 993c103 commit 160600e
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 160600e

Please sign in to comment.