Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
ci(lib): 'once_cell' feature is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
yahortsaryk committed Aug 10, 2023
1 parent 77ab74d commit 6d113fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bucket/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

#![cfg_attr(not(feature = "std"), no_std)]
#![feature(proc_macro_hygiene)] // for tests in a separate file
#![feature(once_cell)] // to suppress ci warning
#![deny(unused_must_use, unused_variables)]

use ink_lang as ink;
Expand Down

0 comments on commit 6d113fc

Please sign in to comment.