mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
docs(configuration): improve clarity and formatting in configuration documentation
This commit is contained in:
parent
9062cd652a
commit
32211079a0
32 changed files with 717 additions and 380 deletions
|
|
@ -1239,9 +1239,8 @@ fn attach_framework_binding(spec: &mut HarnessSpec, summaries: Option<&GlobalSum
|
|||
let resolved = summaries
|
||||
.and_then(|gs| find_summary_by_path(gs, spec.lang, &spec.entry_name, &spec.entry_file));
|
||||
let summary_ref = resolved.unwrap_or(&synthetic);
|
||||
let ssa_ref = summaries.and_then(|gs| {
|
||||
find_ssa_summary_by_path(gs, spec.lang, &spec.entry_name, &spec.entry_file)
|
||||
});
|
||||
let ssa_ref = summaries
|
||||
.and_then(|gs| find_ssa_summary_by_path(gs, spec.lang, &spec.entry_name, &spec.entry_file));
|
||||
if let Some(binding) = crate::dynamic::framework::detect_binding_with_context(
|
||||
summary_ref,
|
||||
ssa_ref,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue