Rust: Remove skip_path_resolution config variable (hardhoded to true).

This commit is contained in:
Geoffrey White
2025-08-26 09:33:52 +01:00
parent fb7c3f32d3
commit d6d0645d7b
4 changed files with 1 additions and 13 deletions

View File

@@ -80,12 +80,6 @@ options:
Collect flame graph data using the `tracing-flame` crate. To render a flame graph
or chart, run the `inferno-flamegraph` command. See also: https://crates.io/crates/tracing-flame
type: string
skip_path_resolution:
title: Skip path resolution
description: >
Skip path resolution. This is experimental, while we move path resolution from the extractor to the QL library.
type: string
pattern: "^(false|true)$"
extract_dependencies_as_source:
title: Extract dependencies as source code
description: >