djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.43k stars 218 forks source link

When using askama_axum, the automatic import of IntoResponse will preferentially import from askama_axum instead of axum::response. #1047

Closed rendaoer closed 4 months ago

rendaoer commented 4 months ago

When using askama_axum, the automatic import of IntoResponse will preferentially import from askama_axum instead of axum::response.

image
djc commented 4 months ago

This doesn't seem very actionable? I'm not sure what we could do about it.

rendaoer commented 4 months ago

好像确实没什么办法╮ (╯▽╰)╭

djc commented 4 months ago

I don't understand that.

Kijewski commented 4 months ago

It's fixed in main. askama_axum only exports axum_core, not any symbols in it.

So I guess "close as completed" would have applied. :)