Skip to content

Commit

Permalink
Merge pull request #274 from dusk-network/fix-panic-info-message
Browse files Browse the repository at this point in the history
Always use `panic_info_message` feature
  • Loading branch information
Eduardo Leegwater Simões authored Sep 26, 2023
2 parents 316a6af + 490fbc5 commit 924b3af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions piecrust-uplink/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@
//! [externs]: https://github.com/dusk-network/piecrust/blob/c2dadaa8dec210bdbbc72619a687eb8c6f693877/piecrust-uplink/src/abi/state.rs#L42-L64
#![allow(internal_features)]
#![feature(lang_items)]
#![feature(lang_items, panic_info_message)]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(feature = "debug", feature(panic_info_message))]
#![no_std]

extern crate alloc;
Expand Down

0 comments on commit 924b3af

Please sign in to comment.