1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

codespell: Allow 'crate' from Rust context

This commit is contained in:
chrysn 2021-11-18 13:20:41 +01:00
parent 1273f2940f
commit 9560f18ee1

View File

@ -113,3 +113,6 @@ filp
# Ether (Scapy class name and means Ethernet in some parts of the code) => Either
ether
# crate (Rust's package format) => create
crate