1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 16:24:58 +02:00

Final fixes before requesting review.

This commit is contained in:
Cameron Dershem
2019-06-28 13:31:30 -04:00
parent cbf046b1f0
commit 5133ab874d
40 changed files with 116 additions and 81 deletions

View File

@ -70,7 +70,6 @@ fn main() {
to return consistent responses from your APIs.
</p>
{{ highlight `#[derive(Serialize)]
#[derive(Serialize)]
struct Measurement {
temperature: f32,
}