diff options
Diffstat (limited to 'grasp-audit/src/audit.rs')
| -rw-r--r-- | grasp-audit/src/audit.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/grasp-audit/src/audit.rs b/grasp-audit/src/audit.rs index 713c948..0a4df42 100644 --- a/grasp-audit/src/audit.rs +++ b/grasp-audit/src/audit.rs | |||
| @@ -68,18 +68,6 @@ impl AuditConfig { | |||
| 68 | } | 68 | } |
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | /// Alias for isolated() - for backwards compatibility | ||
| 72 | #[deprecated(since = "0.2.0", note = "Use isolated() instead")] | ||
| 73 | pub fn ci() -> Self { | ||
| 74 | Self::isolated() | ||
| 75 | } | ||
| 76 | |||
| 77 | /// Alias for shared() - for backwards compatibility | ||
| 78 | #[deprecated(since = "0.2.0", note = "Use shared() instead")] | ||
| 79 | pub fn production() -> Self { | ||
| 80 | Self::shared() | ||
| 81 | } | ||
| 82 | |||
| 83 | /// Create config with custom run ID | 71 | /// Create config with custom run ID |
| 84 | pub fn with_run_id(run_id: String, mode: AuditMode) -> Self { | 72 | pub fn with_run_id(run_id: String, mode: AuditMode) -> Self { |
| 85 | Self { | 73 | Self { |