debugger: Remove feature flag (#32877)
Release Notes: - debugger: Now available for everyone!
This commit is contained in:
parent
8883885ecb
commit
3c9fe363d5
9 changed files with 217 additions and 266 deletions
|
@ -77,11 +77,6 @@ impl FeatureFlag for NotebookFeatureFlag {
|
|||
const NAME: &'static str = "notebooks";
|
||||
}
|
||||
|
||||
pub struct DebuggerFeatureFlag {}
|
||||
impl FeatureFlag for DebuggerFeatureFlag {
|
||||
const NAME: &'static str = "debugger";
|
||||
}
|
||||
|
||||
pub struct ThreadAutoCaptureFeatureFlag {}
|
||||
impl FeatureFlag for ThreadAutoCaptureFeatureFlag {
|
||||
const NAME: &'static str = "thread-auto-capture";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue