use dummy value for codeblock language

This commit is contained in:
ConnorSkees 2020-06-20 06:34:15 -04:00
parent 2887016ceb
commit 4bc44bdd15

View File

@ -1011,7 +1011,7 @@ impl Extender {
///
/// Returns extensions that should be added to `new_extensions` before
/// extending selectors in order to properly handle extension loops such as:
///```no_run
///```foo
/// .c {x: y; @extend .a}
/// .x.y.a {@extend .b}
/// .z.b {@extend .c}