mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
9 lines
342 B
Rust
9 lines
342 B
Rust
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
#![allow(clippy::redundant_closure)]
|
|
|
|
// Includes the automatically-generated *Service and Backend*Service traits,
|
|
// and some impls on Backend and Collection.
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/backend.rs"));
|