Skip to content

Commit

Permalink
[PKM-2673] Doc tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-zakablukov committed Nov 12, 2024
1 parent 180f5ae commit cad4ea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! You do *not* need to install any OpenCL hardware driver(s) to run your code which depends on `opencl-dynamic-sys` library.
//!
//! Just include the library in the `dependencies` section in your `Cargo.toml` file:
//! ```
//! ```custom
//! [dependencies]
//! opencl-dynamic-sys = "0.1"
//! ```
Expand All @@ -39,7 +39,7 @@
//!
//! If you have the OpenCL shared library in non-standard place, you can use an environment variable `OPENCL_DYLIB_PATH`
//! to define where to look for the library (the value of the variable is a comma-separated string):
//! ```
//! ```custom
//! OPENCL_DYLIB_PATH=/usr/lib/libOpenCL.so;/var/lib/OpenCL;%DESKTOP%/OpenCL.dll
//! ```
//!
Expand Down

0 comments on commit cad4ea0

Please sign in to comment.