Skip to content

Commit

Permalink
Update crates/resource-resolver/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <[email protected]>
  • Loading branch information
wiiznokes and lucasfernog-crabnebula authored Jan 6, 2024
1 parent 743c4c3 commit 360c13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/resource-resolver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ pub enum PackageFormat {

/// Get the current package format.
/// Can only be used if the app was build with cargo-packager
/// and the `before-each-package-command` atribute.
/// and when the `before-each-package-command` Cargo feature is enabled.
#[cfg(feature = "auto-detect-format")]
#[must_use]
pub fn current_format() -> PackageFormat {
Expand Down

0 comments on commit 360c13c

Please sign in to comment.