chiark / gitweb /
Make GenericSimpleShape::count_faces return RawFaceId
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Apr 2022 20:12:49 +0000 (21:12 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 12 Apr 2022 20:12:49 +0000 (21:12 +0100)
commit7796b74af082ab6cc0acf6cb426ab8540bf93f6d
tree7025bf226bd73fbd1191205f7dd667d57bbfb821
parent3e4ff7a93db0fcdc20856186199f91663264afb0
Make GenericSimpleShape::count_faces return RawFaceId

RawFaceId is smaller than usize.  It is better not to ask callers to
do the unwrap.  Motivated by wanting add a new call site which wants a
RawFaceId.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/pieces.rs