upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/grasp-audit/src/lib.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-11-27 17:05:51 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2025-11-27 17:05:51 +0000
commitd3e703d7f522c30ac6634716654c24cb7415fabd (patch)
tree0d7b64eb04c6c76a65ec06508e004f9357ca9374 /grasp-audit/src/lib.rs
parentadf22539e3c1b4a96fa4b8fe04095c216b4d5541 (diff)
remove depricated code
Diffstat (limited to 'grasp-audit/src/lib.rs')
-rw-r--r--grasp-audit/src/lib.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/grasp-audit/src/lib.rs b/grasp-audit/src/lib.rs
index 2d5531b..5eb9b71 100644
--- a/grasp-audit/src/lib.rs
+++ b/grasp-audit/src/lib.rs
@@ -43,10 +43,8 @@ pub use fixtures::{
43 try_push, 43 try_push,
44 // Verification helpers 44 // Verification helpers
45 send_and_verify_accepted, send_and_verify_rejected, 45 send_and_verify_accepted, send_and_verify_rejected,
46 // Repo setup helpers
47 setup_repo_for_maintainer, setup_repo_for_recursive_maintainer, setup_repo_with_deterministic_commit,
48 // Types and constants 46 // Types and constants
49 CommitVariant, ContextMode, FixtureKind, RepoSetup, TestContext, 47 CommitVariant, ContextMode, FixtureKind, TestContext,
50 DETERMINISTIC_COMMIT_HASH, MAINTAINER_DETERMINISTIC_COMMIT_HASH, 48 DETERMINISTIC_COMMIT_HASH, MAINTAINER_DETERMINISTIC_COMMIT_HASH,
51 RECURSIVE_MAINTAINER_DETERMINISTIC_COMMIT_HASH, 49 RECURSIVE_MAINTAINER_DETERMINISTIC_COMMIT_HASH,
52}; 50};