| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-31 | Fix verbatim paths used with include! | Chris Denton | -0/+1 | |
| When using `concat!` to join paths, the Unix path separator (`/`) is often used. This breaks on Windows if the base path is a verbatim path (i.e. starts with `\\?\`). | ||||
