little oopses
This commit is contained in:
parent
625b920cd0
commit
67fa3c7bb8
|
@ -118,7 +118,7 @@ error[E0308]: mismatched types
|
||||||
| expected this to be `()`
|
| expected this to be `()`
|
||||||
```
|
```
|
||||||
|
|
||||||
This happens because most basic statement in Rust can return values. The best
|
This happens because most basic statements in Rust can return values. The best
|
||||||
way to fix this would be to move the `4` return into an `else` block:
|
way to fix this would be to move the `4` return into an `else` block:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
title: Mara Test
|
|
||||||
date: 2020-09-18
|
|
||||||
---
|
|
||||||
|
|
||||||
# Mara Test
|
|
||||||
|
|
||||||
[But if you do this thing, what about that other
|
|
||||||
thing?](conversation://Mara/hmm)
|
|
||||||
|
|
||||||
[If you like using this, be sure to check out <a
|
|
||||||
href="https://h.christine.website">this other thing</a>, it is
|
|
||||||
cool!](conversation://Mara/hacker)
|
|
||||||
|
|
||||||
[But, how does that make sense if you refrobnicated the bifrucated flopnax back
|
|
||||||
there?](conversation://Mara/wat)
|
|
|
@ -13,7 +13,9 @@
|
||||||
<p>
|
<p>
|
||||||
<b>@character</b>
|
<b>@character</b>
|
||||||
</p>
|
</p>
|
||||||
@message
|
<blockquote>
|
||||||
|
@message
|
||||||
|
</blockquote>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue