Closed na-g closed 5 years ago
src/attribute_type.rs uses the "..." range pattern in a number of places. That has been deprecated and should be replaced with "..=".
Fixed by #137
src/attribute_type.rs uses the "..." range pattern in a number of places. That has been deprecated and should be replaced with "..=".