summaryrefslogtreecommitdiff
path: root/rust/src/callingconvention.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/callingconvention.rs')
-rw-r--r--rust/src/callingconvention.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/src/callingconvention.rs b/rust/src/callingconvention.rs
index 627e3dfc..8e29a0b0 100644
--- a/rust/src/callingconvention.rs
+++ b/rust/src/callingconvention.rs
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+//! Contains and provides information about different systems' calling conventions to analysis.
+
use std::borrow::Borrow;
use std::marker::PhantomData;
use std::mem;