From 3cd881387d1e356db574448a9006596038877b5c Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Fri, 12 Apr 2019 19:49:03 +0200 Subject: docs: mark blocks that do not contain Rust code as text --- dhall_core/src/core.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhall_core') diff --git a/dhall_core/src/core.rs b/dhall_core/src/core.rs index 2eb8980..1de363c 100644 --- a/dhall_core/src/core.rs +++ b/dhall_core/src/core.rs @@ -726,7 +726,7 @@ pub fn shift( /// removes the variable from the environment by shifting the indices /// of other variables appropriately. /// -/// ``` +/// ```text /// subst_shift(x, v, e) = ↑(-1, x, e[x := ↑(1, x, v)]) /// ``` /// -- cgit v1.2.3