Skip to content

Commit

Permalink
feat: Add a feature that isn't really a feature (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Sep 28, 2024
1 parent 2546ad1 commit 34d3070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,3 +178,7 @@ pub(crate) mod trust_handler;
pub(crate) mod utils;
pub(crate) use utils::{cbor_types, hash_utils};
pub(crate) mod validator;

pub fn so_called_feature() {
println!("Not really a feature");
}

0 comments on commit 34d3070

Please sign in to comment.