fusion-engineering / inline-python

Inline Python code directly in your Rust code
https://docs.rs/inline-python
BSD 2-Clause "Simplified" License
1.15k stars 37 forks source link

Fix breakage after proc_macro LineColumn/Spam changes #60

Closed Miezhiko closed 1 year ago

Miezhiko commented 1 year ago

needs for nightly rustc (LineColumn removed from proc_macro, seems like)

maybe it's possible to do fix in a better way but I'm not very good with proc_macro

paolobarbolini commented 1 year ago

This compiles for me. I guess the CI will break though because rustfmt hasn't been run

Miezhiko commented 1 year ago

This compiles for me. I guess the CI will break though because rustfmt hasn't been run

ouch, tabs users there... okay, corrected tabs/spaces mixing!

m-ou-se commented 1 year ago

Thanks!

m-ou-se commented 1 year ago

Published to crates.io as version 0.12.