mirror of
https://github.com/pinnacle-comp/pinnacle.git
synced 2024-11-16 07:48:11 +01:00
Disable tracing for default Rust config
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled
This is a massive issue of skill
This commit is contained in:
parent
082ed60498
commit
4b9ee3c4f5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ use pinnacle_api::{
|
|||
|
||||
// Pinnacle needs to perform some setup before and after your config,
|
||||
// which is what this macro does.
|
||||
#[pinnacle_api::config]
|
||||
#[pinnacle_api::config(internal_tracing = false)]
|
||||
async fn main() {
|
||||
// Deconstruct to get all the APIs.
|
||||
#[allow(unused_variables)]
|
||||
|
|
Loading…
Reference in a new issue