-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Chapter
Concurrency
Guideline Title
This is a TesT Guideline
Category
Advisory
Status
Draft
Release Begin
1.1.1
Release End
9.9.9
FLS Paragraph ID
fls_nrkd5wpi64oo
Decidability
Decidable
Scope
Module
Tags
reduce-human-error
Amplification
Foo bar can't bar foo as the boo fars away the foo bars in.
hello can this render as a highlight?
This is Bold
This is Italian
this is code
this is a link
Exception(s)
Foo bar can't bar foo as the boo fars away the foo bars in.
Rationale
RAT
Non-Compliant Example - Prose
not compliant
Non-Compliant Example - Code
fn test_fn_dd(t: &str) {
println("hello {t}");
}
Compliant Example - Prose
Hehe
hello can this render as a highlight?
This is Bold
This is Italian
this is code
Compliant Example - Code
fn test_fn_dd(t: &str) {
println("hello {t}");
}