yewstack / implicit-clone

Immutable types and ImplicitClone trait similar to Copy
20 stars 10 forks source link

Use mod paths instead of include #33

Closed ColonelThirtyTwo closed 1 year ago

ColonelThirtyTwo commented 1 year ago

This approach still allows using the same files for Rc and Arc while preventing imports from leaking as well as working better with rust-analyzer.

kirillsemyonkin commented 1 year ago

I imagine this is being blocked by #35.

kirillsemyonkin commented 1 year ago

Sync master on your branches so that tests could rerun and succeed.