Skip to content

Commit

Permalink
ci: fix feature-based builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 26, 2023
1 parent ade2a86 commit 135612f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resource.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub enum Io {
#[display(inner)]
pub struct ResourceId(u64);

#[allow(dead_code)] // We need this before we've got non-popol implementations
impl ResourceId {
pub(crate) const ZERO: ResourceId = ResourceId(0);

Expand Down

0 comments on commit 135612f

Please sign in to comment.