Skip to content

Commit

Permalink
chore(rust): switch new detector to IDefaultOffComponentDetector (#811
Browse files Browse the repository at this point in the history
)
  • Loading branch information
melotic authored Sep 27, 2023
1 parent c0fe4af commit 4560a88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Microsoft.ComponentDetection.Detectors.Rust;
/// <summary>
/// A Rust CLI detector that uses the cargo metadata command to detect Rust components.
/// </summary>
public class RustCliDetector : FileComponentDetector, IExperimentalDetector
public class RustCliDetector : FileComponentDetector, IDefaultOffComponentDetector
{
private readonly ICommandLineInvocationService cliService;

Expand Down

0 comments on commit 4560a88

Please sign in to comment.