ruffle/web/src
Mike Welsh 55da3cd7d0 chore: Add .cargo/config.toml for workspace-level lint config
Currently it is not directly possible to configure lints for the
entire workspace via TOML, which forced us to repeat `#![allow]`
blocks in each crate.

embark pointed out this workaround to configure lints at the
workspace level via RUSTFLAGS:

https://github.com/EmbarkStudios/rust-ecosystem/issues/22#issuecomment-947011395

Remove the common `#![allow]` blocks and switch to this method for
global lint config.

Temporarily allow `needless_borrow` lint, buggy pending this fix:
https://github.com/rust-lang/rust-clippy/pull/8355
2022-01-29 14:22:44 -08:00
..
audio.rs web: Handle gaps in MP3 SoundStreamBlock tags 2022-01-07 13:23:53 -08:00
lib.rs chore: Add .cargo/config.toml for workspace-level lint config 2022-01-29 14:22:44 -08:00
locale.rs web: Implement LocaleBackend for web 2020-09-02 17:12:31 -07:00
log_adapter.rs chore: Appease clippy 2021-06-05 10:16:00 -07:00
navigator.rs web: support no trailing slash in base parameter 2021-09-12 16:02:29 -07:00
storage.rs avm1: Implement de/serialization of shared objects into Flash Player Lso format 2021-05-09 23:20:32 -07:00
ui.rs core: Introduce `InputManager` 2021-12-15 14:20:30 -08:00