File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ <h1>Tip of the day #4: Type annotations on Rust match patterns</h1>
214214 | ^^^^^^^^ expected `bool`, found `TryFromSliceError`
215215</ code > </ pre >
216216< p > So...it < em > does</ em > actually know the type of < code > err</ code > ... You naughty compiler, playing games with me! It reminds me of this picture:</ p >
217- < p > < img style ="height:50rem " src ="coffee_or_tea.png " alt ="Coffee or tea? "> Coffee or tea?</ p >
217+ < p > < img style ="max-width: 50%; margin: 0 auto; display: block " src ="coffee_or_tea.png " alt ="Coffee or tea? "> Coffee or tea?</ p >
218218< p > < a href ="/blog "> ⏴ Back to all articles</ a > </ p >
219219
220220< blockquote id ="donate ">
Original file line number Diff line number Diff line change @@ -190,4 +190,4 @@ error[E0271]: type mismatch resolving `<[u8; 33] as TryFrom<&[u8]>>::Error == bo
190190
191191So...it * does* actually know the type of ` err ` ... You naughty compiler, playing games with me! It reminds me of this picture:
192192
193- <img style =" height : 50 rem " src =" coffee_or_tea.png " alt =" Coffee or tea? " >Coffee or tea?
193+ <img style =" max-width : 50 % ; margin : 0 auto ; display : block " src =" coffee_or_tea.png " alt =" Coffee or tea? " >Coffee or tea?
You can’t perform that action at this time.
0 commit comments