Skip to content

Commit

Permalink
chore(rust): switch new detector to IDefaultOffComponentDetector
Browse files Browse the repository at this point in the history
  • Loading branch information
melotic committed Sep 27, 2023
1 parent c0fe4af commit 7d2b53c
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 7d2b53c

Please sign in to comment.