stadust / pointercrate

Rewrite of the https://pointercrate.com backend in Rust
MIT License
78 stars 50 forks source link

fix compilation on rust stable branch #56

Closed qimiko closed 3 years ago

qimiko commented 3 years ago

package changes:

dereferencing is done as it seems like maud tries to access the render trait for &Nationality instead of Nationality but it works after that change

stadust commented 3 years ago

Thanks!!