aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 71cc86b2..5fe35a95 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -32,12 +32,12 @@
#![deny(missing_docs)]
#![deny(rust_2018_compatibility)]
#![deny(rust_2018_idioms)]
-#![deny(warnings)]
#![no_std]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg",
html_favicon_url = "https://raw.githubusercontent.com/rtic-rs/cortex-m-rtic/master/book/en/src/RTIC.svg"
)]
+//deny_warnings_placeholder_for_ci
use cortex_m::{interrupt::InterruptNumber, peripheral::NVIC};
pub use cortex_m_rtic_macros::app;
arred/linux Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/src/meta.zig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-09using {process.version} instead of hardcodingGravatar b0iq 1-1/+1
2022-07-09Update Bun CLI version typo to v0.1.2Gravatar b0iq 1-1/+1
2022-07-09fix: update build files to latest Zig versionGravatar sno2 20-220/+191
2022-07-09add partial node:net polyfillGravatar evanwashere 2-0/+75
2022-07-09fix dotenv package example on landing page (#436)Gravatar JolteonYellow 1-1/+1
2022-07-09fix typo in readme (#449)Gravatar Jordan Lees 1-1/+1
2022-07-09fix: Append n when printing a BigIntGravatar FinnRG 1-1/+1
2022-07-09fix: Remove unnecessary n while formattingGravatar FinnRG 1-2/+2
2022-07-09Migrate to Zig v0.10.0Gravatar Alexander 70-347/+339
2022-07-09Update README.mdGravatar Ziloka 1-0/+2
2022-07-09typoGravatar Pavlos Vinieratos 1-2/+2
2022-07-09feat(landing): add favicon.icoGravatar Snazzah 2-1/+1
2022-07-09chore(landing): build changesGravatar Snazzah 2-5/+9
2022-07-09feat(landing): add og:locale and twitter:site metadataGravatar Snazzah 1-0/+2
2022-07-09feat(landing): add 256x iconGravatar Snazzah 1-0/+1
2022-07-09feat(landing): remove space between zig and "'s"Gravatar Snazzah 1-1/+1
2022-07-09feat(landing): add SVG logo, manifest, and meta tagsGravatar Snazzah 10-122/+269
2022-07-09feat: update default favicon to new logoGravatar Snazzah 2-1/+1
2022-07-08Fix grammar erros in README.mdGravatar jakemcf22 1-5/+5
2022-07-08remove commentsGravatar Hyro 1-97/+0
2022-07-08Fix react example README typo.Gravatar Xing Yahao 1-2/+2