Skip to content

Commit

Permalink
Fix warning in some build modes
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Apr 17, 2023
1 parent e524b72 commit 9382ee8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Expand Up @@ -373,6 +373,8 @@ pub struct Config {
#[derive(Debug)]
pub struct Assets {
setup: Setup,

#[allow(dead_code)] // In some modes, this is not read
config: Config,

/// Stores the hashed paths of assets. This contains entries for hashed
Expand Down

0 comments on commit 9382ee8

Please sign in to comment.