-
- Downloads
Auto merge of #55 - japaric:late-resources, r=japaric
[RFC] rename LateResourceValues to LateResources After writing `LateResourceValues` several times I now think it's too long to type. I'd like that struct to be renamed to `LateResources`. I don't think there would be a loss in readability with the rename because you can think of "late resources" as resources that "don't exist" until `init` ends instead of as resources that are not initialized after `init` ends -- the second meaning maps better to `LateResourceValues`. This would be a breaking-change but we are moving to v0.3.0 due to #50 in any case. cc jonas-schievink
Showing
- examples/generics.rs 2 additions, 2 deletionsexamples/generics.rs
- examples/late-resources.rs 2 additions, 2 deletionsexamples/late-resources.rs
- macros/src/trans.rs 3 additions, 3 deletionsmacros/src/trans.rs
- src/examples/_5_late_resources.rs 2 additions, 2 deletionssrc/examples/_5_late_resources.rs
- tests/cfail/late-resource-init.rs 2 additions, 2 deletionstests/cfail/late-resource-init.rs
Loading
Please register or sign in to comment