From 5d0871c9f06c40d648787a90c5a73be33436f9e5 Mon Sep 17 00:00:00 2001 From: Marc Brinkmann Date: Wed, 27 Jan 2016 17:15:25 +0100 Subject: Added note regarding naming. --- src/net/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net') diff --git a/src/net/mod.rs b/src/net/mod.rs index e3e8ba2e..eca5cfbb 100644 --- a/src/net/mod.rs +++ b/src/net/mod.rs @@ -1 +1,3 @@ +// To avoid clashing with the keyword "if", we use "if_" as the module name. +// The original header is called "net/if.h". pub mod if_; -- cgit v1.2.3