correctly ignore doctest

This commit is contained in:
panicbit 2020-11-18 23:00:49 +01:00
parent 5a92d8d28f
commit f2b27665c2

View file

@ -47,7 +47,7 @@ impl Response {
///
/// This is equivilent to:
///
/// ```norun
/// ```ignore
/// Response::success(mime)
/// .with_body(body)
/// ```